home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / stk110 / smp.com / BULLET.SMP < prev    next >
Text File  |  1990-09-16  |  239b  |  12 lines

  1. /* SMP1  Sprite shape and mask bitmaps created by the SPRED */
  2.  
  3. #define bullet_width  8
  4. #define bullet_height 4
  5.  
  6. unsigned char bullet_shape[] = {
  7.     0x00,0x18,0x18,0x00,
  8. };
  9. unsigned char bullet_mask[] = {
  10.     0xE7,0xC3,0xC3,0xE7,
  11. };
  12.